@charset "utf-8";
/* CSS Document */



.help-wrap {
	width:100%;
	border:none;
	background-color:#f8f8f8;
	padding:15px 0 30px;
	overflow:hidden;
}
.help-main {
	margin:0 auto;
	width:960px;
	padding:15px 30px;
	background:#fff;
}
.help-title {
	padding:10px 0;
}
.help-title h1 {
	font-size:26px;
	color:#333;
	text-align:center;
}
.title-view {
	border-top:1px solid #efefef;
}
.view-desc {
	padding:15px 0;
}
.view-desc dt {
	font-size:18px;
	border-left:4px solid #39BA82;
	padding:5px 0 5px 15px;
	background-color:#f9f9f9;
	color:#333;
}
.view-desc dd {
	padding:15px 0;
	font-size:14px;
	line-height:1.8;
}
.view-step {
	position:relative;
	padding-left:80px;
}
.view-step .before {
	background-color:#39BA82;
	border-radius:50px;
	color:#fff;
	font-size:18px;
	height:40px;
	left:0;
	line-height:20px;
	padding:10px;
	position:absolute;
	text-align:center;
	top:3px;
	width:40px;
	z-index:99;
}
.view-step .line {
	position:absolute;
	top:15px;
	left:30px;
	height:500px;
	border-left:1px solid #39BA82;
}
.view-step h3 {
	font-weight:700;
	color:#333;
	font-size:16px;
	line-height:30px;
}
.view-step p.img {
	padding-top:15px;
	text-align:center;
}
